Hi @crispyoz , I tried forcing the installation: # opkg install --force-depends kmod-video-gspca-stv06xx Installing kmod-video-gspca-stv06xx (4.14.180-1) to root... Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/ramips/mt76x8/packages/kmod-video-gspca-stv06xx_4.14.180-1_mipsel_24kc.ipk Installing kmod-video-gspca-core (4.14.180-1) to root... Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/ramips/mt76x8/packages/kmod-video-gspca-core_4.14.180-1_mipsel_24kc.ipk Configuring kmod-video-gspca-core. Configuring kmod-video-gspca-stv06xx. Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-video-gspca-stv06xx: * kernel (= 4.14.180-1-da4f999cff891c50c6d11774cc24f4e2) * kernel (= 4.14.180-1-da4f999cff891c50c6d11774cc24f4e2) * and creating symlinks into the existing 4.14.81 kernel modules folder: # cd /lib/modules/4.14.81 ; find /lib/modules/4.14.180 -type f -exec ln -s {} . \; # ll gsp* lrwxrwxrwx 1 root root 35 May 26 16:54 gspca_main.ko -> /lib/modules/4.14.180/gspca_main.ko lrwxrwxrwx 1 root root 38 May 26 16:54 gspca_stv06xx.ko -> /lib/modules/4.14.180/gspca_stv06xx.ko loaded both modules: # insmod gspca_core # insmod gspca_stv06xx and checked dmesg, as you can see the stv06xx is missing some symbols # dmesg | grep -i gspca [65713.614755] gspca_main: v2.14.0 registered [65713.631388] Modules linked in: gspca_main pppoe ppp_async option w1_therm w1_gpio uvcvideo usb_wwan snd_usb_audio pppox ppp_generic pl2303 nf_conntrack_ipv6 lzo iptable_nat ipt_REJECT ipt_MASQUERADE ftdi_sio cp210x ch341 xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_FLOWOFFLOAD wire videobuf2_v4l2 usbserial usblp usbhid ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda uinput spidev snd_usbmidi_lib slhc rfcomm pwm_mediatek_ramips nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_flow_table_hw nf_flow_table nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack lzo_decompress lzo_compress iptable_mangle [66813.377685] gspca_stv06xx: Unknown symbol gspca_frame_add (err -2) [66813.384167] gspca_stv06xx: Unknown symbol gspca_debug (err -2) [66813.390909] gspca_stv06xx: Unknown symbol gspca_disconnect (err -2) [66813.397431] gspca_stv06xx: Unknown symbol gspca_dev_probe (err -2)